[NO-MERGE][CMPT-5391] feat(pipelines): add dr pipelines run subcommand group - #3
Closed
sunny2get wants to merge 9 commits into
Closed
[NO-MERGE][CMPT-5391] feat(pipelines): add dr pipelines run subcommand group#3sunny2get wants to merge 9 commits into
sunny2get wants to merge 9 commits into
Conversation
This was referenced May 20, 2026
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 25, 2026 17:17
179eb63 to
48d777e
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 25, 2026 17:17
3b67874 to
8635c06
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 25, 2026 17:40
48d777e to
627d44e
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 25, 2026 17:40
8635c06 to
3717d1b
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 25, 2026 17:45
627d44e to
313694b
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 25, 2026 17:45
3717d1b to
d5887ee
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 25, 2026 17:56
313694b to
77e7969
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
4 times, most recently
from
May 27, 2026 15:57
c764828 to
e8ffcc9
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 27, 2026 16:19
60edfb8 to
af6597b
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 27, 2026 16:19
e8ffcc9 to
06be780
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 27, 2026 16:30
af6597b to
6e509d6
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 27, 2026 16:30
06be780 to
3c836b4
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 27, 2026 16:35
6e509d6 to
81a676f
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 27, 2026 16:35
3c836b4 to
a540260
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 28, 2026 14:37
81a676f to
9382396
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 28, 2026 14:37
a540260 to
ade0a73
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 28, 2026 14:40
9382396 to
3b4d4c4
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 28, 2026 14:40
ade0a73 to
18a5d09
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 28, 2026 14:46
3b4d4c4 to
6327eb4
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
2 times, most recently
from
May 28, 2026 15:30
8514908 to
5dfeca0
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 28, 2026 15:32
5322202 to
a4d9113
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
2 times, most recently
from
May 28, 2026 15:54
53e1d22 to
8d9ca58
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 28, 2026 15:58
8d9ca58 to
b6c7770
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
May 29, 2026 18:21
6393067 to
7e49fc5
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
May 29, 2026 18:21
b6c7770 to
6a1de9d
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-crud
branch
from
June 1, 2026 14:11
00e1376 to
051edb8
Compare
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
June 1, 2026 14:12
6a1de9d to
87b80fc
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds the run subcommand group for triggering and inspecting pipeline executions (create/list/get/status/cancel). - internal/pipelines/run.go: CreateRun, ListRuns, GetRun, RunStatus, CancelRun — API client for the /dispatches endpoints - cmd/pipelines/run/: run create/list/get/status/cancel + runutil output - docs: run section in pipelines.md, run endpoints in pipelines-reference.md Wire-level endpoints still use "dispatches"; CLI output uses run_id / covalent_run_id per the vocabulary migration in the codebase. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Apply sunny/pipelines versions of run subcommand files and update all import paths to use internal/pipeline (singular) after rename. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…n, limit defaults, version prefix Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sunny2get
force-pushed
the
cmpt-5391/pipelines-runs
branch
from
June 1, 2026 14:58
87b80fc to
9efa141
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
|
Superseded by upstream PR datarobot-oss#541: datarobot-oss#541 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dr pipelines run create/list/get/status/cancel— trigger, inspect, and cancel pipeline executionsdispatches/dispatch_id;--output jsonremaps these torun_id/covalent_run_idrun statusis a lightweight polling call;run cancelreturns 409 if already terminalcmd/pipelines/run/runutil/rendering helpers andinternal/pipelines/run.goStacked on:
cmpt-5391/pipelines-crud— diff here shows only the delta.Test plan
go build ./...go test ./cmd/pipelines/run/... ./internal/pipelines/...dr pipelines run --help— shows create/list/get/status/canceldr pipelines run create --pipeline <id> --input <input-id> --help🤖 Generated with Claude Code